"Unable to load AttributeInspector.nib" = "Unable to load AttributeInspector.nib.";
"Unable to modify the attribute." = "Unable to modify the attribute.";
"Do you want to save changes to %s?" = "Do you want to save changes to %s?";
"Unable to load adaptor %@.dbadaptor!" = "Unable to load adaptor %@.dbadaptor!";
"Unable to connect to database." = "Unable to connect to database.";
"Unable to load Info.nib" = "Unable to load Info.nib.";
"Unable to load Preferences.nib" = "Unable to load Preferences.nib";
"Unable to load Consistency.nib" = "Unable to load Consistency.nib";
"Unable to load EmptyInspector.nib" = "Unable to load EmptyInspector.nib.";
"Unable to load EntityInspector.nib" = "Unable to load EntityInspector.nib.";
"Unable to load FlattenedRelationshipInspector.nib" = "Unable to load FlattenedRelationshipInspector.nib.";
"Unable to load ViewModel.nib" = "Unable to load ViewModel.nib.";
"Unable to load ModelEditor.nib" = "Unable to load ModelEditor.nib.";
"Unable to load ModelBrowser.nib" = "Unable to load ModelBrowser.nib.";
"Unable to load MultipleInspector.nib" = "Unable to load MultipleInspector.nib.";
"Unable to load RelationshipInspector.nib" = "Unable to load RelationshipInspector.nib.";
"Unable to tranfer entities with relationships" = "Can't tranfer entities with relationships.";
"A selected property is already used in a component of this relationship." = "A selected attribute is used in another join component of this relationship.";
"Unable to load TablePanel.nib" = "Unable to load TablePanel.nib.";
"That relationship is referenced to elsewhere in the model." = "The selected relationship is referred to elsewhere in the model.";
"If you revert, you'll lose all the changes you made to %s after it was last saved." = "If you revert, you'll lose all the changes you made to %s after it was last saved.";
"That attribute is referenced to elsewhere in the model." = "The selected attribute is referred to elsewhere in the model.";
"Client Time Zone" = "Client Time Zone";
"Server Time Zone" = "Server Time Zone";
"%s is not a valid relationship name." = "%s is not a valid relationship name.";
"%s is not a valid attribute name." = "%s is not a valid attribute name.";
"%s is not a valid entity name." = "%s is not a valid entity name.";
"TEMPLATE_NEED_CLASS" = "You must specify a class name for entity %@ before creating a template. Use the entity inspector to set the class.";
"The file %s in %s exists. Replace it?" = "The file %s in %s exists. Replace it?";
"Unable to write file %s." = "Unable to write file %s.";
"Unable to add class to project." = "Unable to add class to project.";
"Insert files %s.[hm] in project?" = "Insert files %s.[hm] in project?";
"Unable to parse that definition." = "Unable to parse that definition.";
/* The following strings are used for the consistency check panel. */
"CONSISTENCY_CHECK" = "Consistency check for model %@.";
"E_BAD_REMOVE" = "Entity %@ can't be removed because it is referenced by the following properties:";
"R_BAD_REMOVE" = "Relationship %@ can't be removed because it is referenced by the following properties:";
"A_BAD_REMOVE" = "Attribute %@ can't be removed because it is referenced by the following properties:";
"R_BAD_CARDINALITY" = "The cardinality of relationship %@ can't be changed because the following flattened attributes depend on it:";
/*
The following string is used in the sentence:
Entity anEntity doesn't have a primary key set.
*/
"E_NO_PRIMARY_KEY" = " doesn't have a primary key set.";
/*
The following string is used in the sentence:
Relationship aRel in entity anEntity doesn't contain any join components.
*/
"R_NO_JOINS" = " doesn't contain any join components.";
/*
The following string is used in the sentence:
Relationship aRel in entity anEntity is to-one and does not join on the primary key of its destination entity.
*/
"R_BAD_TO_ONE" = " is to-one but does not join on the primary key of its destination entity.";
/* The following pieces are used to construct the above sentences. */
" in entity " = " in entity ";
"Attribute " = "Attribute ";
"Relationship " = "Relationship ";
"Entity " = "Entity ";
"MODEL_CONSISTENT" = "All entities have primary keys...\nAll relationships have join components...\n\nYour model is consistent!";
"Warning" = "Warning";
"More than one entity specifies the class name \"%s\". The class must implement the entity method or be a subclass of EOGenericRecord.";
"Fetched %d rows. More rows left to fetch. Fetch next %d rows?" = "Fetched %d rows. More rows left to fetch. Fetch next %d rows?";